complement n. 1.补足(物);补全;互补(成分),补充。 2.(必需的)定量,全量;整套,整组;【航海】(船员的)定额;【军事】编制人数,定额装备。 3.【语法】补(足)语;【数学】余角,余弧,余数;余集;【计算机】补数,补码;反码;【音乐】补足音程;【生物学】补体[免疲];组[细胞]。 The regiment had its complement of men. 这个团的兵员已足额。 complement of nine's 十进制反码。 complement of one's 二进制反码。 complement of ten's 十进制补码。 complement of two's 二进制补码。 complement of an angle 余角。 vt. 补充,补足。 complement each other 互为补充。
operator n. 1.操作者,机务员;司机,驾驶员;【军事】电话兵;【电话】接线员,话务员(=telephone operator);【电报】报务员。 2.(外科)施行手术者。 3.掮客,经纪人。 4.【语法】功能词。 5.【数学】算子,算符。 6.经营者;〔美国〕工厂主,资方。 7.投机商人,骗子;精明圆滑的人。 8.【戏剧】灯光助理员。 an operator's set 话务员的电话机。 a telegraph operator 电报报务员。 an unitary operator 公正算符。 a mine operator 矿山经营者,矿主。
Bitwise complement operators are predefined for 按位求补运算符是为
The logical complement operator 逻辑求补运算符(
Bitwise complement operator 按位求补运算符
You can apply the bitwise complement operator to the negative result in visual basic , 可对负结果应用按位求补运算符( ~ ) (在visual basic中,将负结果和- 1进行
And finally , the complement operator inverts the value of each bit of the operand : if the operand bit is 1 the result is 0 and if the operand bit is 0 the result is 1 最后,上面的互补运算符(按位异或)对两个操作数的每个比特位进行值的转化:操作数比特位是1的(另一个为0 )运算后的(比特位)结果为1 ,比特位为0 (而另一个操作数为1的) ,计算后结果为1